home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Demo
/
Maguma
/
workbench-2.1.0-trial.exe
/
{app}
/
resource
/
themes
/
NoTB
/
main_toolbar.xrc
< prev
next >
Wrap
Extensible Markup Language
|
2004-02-12
|
2KB
|
57 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxToolBar" name="main_toolbar">
<style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT | wxTB_TEXT</style>
<bitmapsize>25,25</bitmapsize>
<dontattachtoframe>1</dontattachtoframe>
<object class="tool" name="file_menu_new">
<bitmap>./img/new.png</bitmap>
<tooltip>Create new file</tooltip>
<longhelp>Create a new empty file</longhelp>
</object>
<object class="separator"/>
<object class="tool" name="file_menu_open">
<bitmap>./img/open.png</bitmap>
<tooltip>Open file...</tooltip>
<longhelp>Open an existing file...</longhelp>
</object>
<object class="tool" name="file_menu_save">
<bitmap>./img/save.png</bitmap>
<tooltip>Save file</tooltip>
<longhelp>Save current document</longhelp>
</object>
<object class="tool" name="file_menu_saveall">
<bitmap>./img/saveall.png</bitmap>
<tooltip>Save all files</tooltip>
<longhelp>Save all open documents</longhelp>
</object>
<object class="separator"/>
<object class="tool" name="edit_menu_copy">
<bitmap>./img/copy.png</bitmap>
<tooltip>Copy</tooltip>
<longhelp>Copy text to clipboard</longhelp>
</object>
<object class="tool" name="edit_menu_cut">
<bitmap>./img/cut.png</bitmap>
<tooltip>Cut</tooltip>
<longhelp>Cut text to clipboard</longhelp>
</object>
<object class="tool" name="edit_menu_paste">
<bitmap>./img/paste.png</bitmap>
<tooltip>Paste</tooltip>
<longhelp>Paste text from clipboard</longhelp>
</object>
<object class="separator"/>
<object class="tool" name="edit_menu_undo">
<bitmap>./img/undo.png</bitmap>
<tooltip>Undo</tooltip>
<longhelp>Undo last action</longhelp>
</object>
<object class="tool" name="edit_menu_redo">
<bitmap>./img/redo.png</bitmap>
<tooltip>Redo</tooltip>
<longhelp>Redo undone action</longhelp>
</object>
</object>
</resource>